home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h4 < prev    next >
Encoding:
Text File  |  2002-04-09  |  1.3 KB  |  30 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15.  
  16. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  17.  
  18. #include <afxwin.h>         // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions
  20. #include <afxdisp.h>        // MFC OLE automation classes
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h>            // MFC support for Windows Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24.  
  25. //#include "gxintf.h"
  26. #include "imsigx.h"  // TurboCAD SDK: Interfaces for Imsigx objects
  27.  
  28.  
  29.  
  30.